home *** CD-ROM | disk | FTP | other *** search
- '.so tmac.clman
- .TH "lUpdIndxNode"
- .IX lUpdIndxNode
- .SH NAME
- lUpdIndxNode - Update node by index.
- .SH SYNOPSIS
- int
- .BR "lUpdIndxNode" "(id, index, data, size, flag)"
- .br
- .RT
- .RP
- In int id identifier of linked list
- .RP
- In int index index of node which must be updated
- .RP
- In Byte *data updated data of node
- .RP
- In int size size of data
- .RP
- In int flag updated user information flag
- .DT
- .SH DESCRIPTION
- \fBlUpdIndxNode\fP updates an indexed node in a linked list, in fact
- this routine replaces the data of the indexed node by the data of the
- updated node. The flag for user information can also be updated.
- .SH RETURN CODES
- .nf
- Return on success :
- lSUCCESS
- Return on error :
- lUNKNOWN_ID, lEMPTY_LIST, lWRONG_INDEX
- .fi
- .SH AUTHOR
- .nf
- Anita Eijs (TNO - Bouw - BouwInformatica)
- Shane Brath (University of Wisconsin)
- .fi
-